home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / misc / DInform11.lha / DInform.doc < prev   
Text File  |  1994-10-31  |  3KB  |  78 lines

  1.  
  2.  
  3.                                DInform v1.1
  4.  
  5.                           Written by Joep Grooten
  6.  
  7.                         © Digital Intelligence 1994
  8.  
  9.  
  10.  
  11. DInform is a small utility that can inform you about things that happened
  12. in your system (mail that arrives, users who log in etc.).  I wrote it
  13. because I didn't like the inform utility that came with the UUCP software I
  14. am using.
  15.  
  16. Inform uses a listview gadget to display all things you have to be informed
  17. about.  By clicking on a line in the listview you can activate an AmigaDOS
  18. command that correspondends with the line (like starting a mailreader or a
  19. local login into your BBS).
  20.  
  21. Notifications can be counted (number visible in the listview) and powerled
  22. or screen can flash to draw attention (all optional).
  23.  
  24.  
  25. Usage :
  26.  
  27. DInform -[options] <id> <clickcmd> <text>
  28.  
  29. Options:   f - enable powerled flash          (powerled flashes every 5 seconds)
  30.            b - enable screen flash/beep   (screen flashes/beeps every 5 seconds)
  31.  
  32.            (options are optional)
  33.  
  34. <id>       Indentifies a line (to prevent double notifications). If you
  35.            specificly want double lines use 'noid' as the id keyword. Placing
  36.            a # before the id enables the count function (nr of notifications
  37.            will be displayed)
  38. <clickcmd> AmigaDOS command that will be executed when you click on a line
  39. <text>     Line of text that will be displayed in the listview
  40.  
  41. When DInform is invoked with the same parameters twice (or more) and a
  42. keyword other than 'noid' is used, no new entry in the Listview will be
  43. made.  The Text and Clickcmd will be updated though.
  44.  
  45. You can quit DInform by either clicking the close gadget or sending a
  46. ctrl+c (no commands will be executed).  If you send a ctrl+f the DInform
  47. window will go to the front.
  48.  
  49. When the DInform window is open you can change the preferences by choosing
  50. the Preferences menu.
  51.  
  52. Activate window - Make DInform window active when it's opened
  53. Backdrop window - Open DInform window in background (not really a backdrop
  54.                   window !)
  55. Display beep    - Display a beep every time a new message arrives
  56.  
  57. When you select 'Save' in the preferences window the settings will be saved
  58. (ENVARC:DInform.prefs).  The current position of the output window of
  59. DInform will be saved too.
  60.  
  61. If you have Matthew Dillon's UUCP software and you want to use DInform,
  62. change MailReadyCmd and NewsReadyCmd in UULIB:Config.
  63.  
  64.  
  65.  +-------------------------------------------------------------------------+
  66.  |   \    /   | Joep Grooten                                               |
  67.  |----\\\\----| Digital Intelligence, J.J. Allanstr. 222, 1551 RR Westzaan |
  68.  |   /    \   | EMAIL : joep@htsa.hva.nl                                   |
  69.  +-------------------------------------------------------------------------+
  70.  
  71.  
  72. HISTORY:
  73.  
  74. 08-Apr-93 v1.0 first release
  75.  
  76. 31-Oct-94 v1.1 Added counting of notifications. Added beeping and powerled
  77.                blinking.
  78.